# ubuntu-mate GRUB2 theme
#
# Copyright (C) 2014 nadrimajstor <ipejic@gmail.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

# Edited TuxkillerV2 theme found at:
# http://gnome-look.org/content/show.php/Grub2+Theme+Tuxkiller+V2?content=169520
# 10-1-15 XPLiCiT

# general settings
title-text: ""
title-color: "white"
message-font: "DroidLogo Regular 12"
message-color: "white"
message-bg-color: "black"
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "DejaVu Sans Regular 14"
terminal-box: "terminal_box_*.png"

# Logo Xubuntu XFCE
+ image { 
    left = 8%
    top = 80%
    width = 265
    height = 180
    file = "xubuntu-logo-45.png"
}

# Titre menu
+ label {
	top = 41%
	left = 7%
	width = 50%
	height = 40
	text = "Bonjour Zer00CooL"
	align = "center"
	font = "DroidLogo Bold 26"
	color = "white"
}
# boot menu
+ boot_menu {
    left = 5%
    width = 55%
    top = 45%
    height = 50%	
    item_font = "DroidLogo Regular 17"
    item_color = "white"
    selected_item_font = "DroidLogo Bold 17"
    selected_item_color = "#5454fe"
    icon_width = 16
    icon_height = 16
    item_height = 33
    item_padding = 20
    item_icon_space = 0
    item_spacing = 1
    menu_pixmap_style = "boot_menu2_*.png"
    selected_item_pixmap_style = "highlight_*.png"
}

# Show logo and circular progress
+ circular_progress
{
   id = "__timeout__"
   left = 100
   top = 100
   width = 168
   height = 168
   num_ticks = 50
   ticks_disappear = false
   start_angle = -67
   end_angle = -67
   center_bitmap = "Ubulogo2.png"
   tick_bitmap = "tick.png"
}

# help bar at the bottom
#+ image { 
#    left = 18%
#    top = 100%-30
#    width = 20 
#    height = 20 
#    file = "fleches_haut_bas.png"
#}
+ hbox {
    top = 100%-50
    left = 20%

    + label { text = "↑↓" font = "DroidLogo Bold 20" color = "#fefefe" }
    + label { text = ":Sélectionner avec les flèches       " font = "DroidLogo Bold 20" color = "#5454fe" }
    + label { text = "Entrer" font = "DroidLogo Bold 20" color = "#fefefe" }
    + label { text = ":Valider       " font = "DroidLogo Bold 20" color = "#5454fe" }
    + label { text = "e" font = "DroidLogo Bold 20" color = "#fefefe" }
    + label { text = ":Éditer       " font = "DroidLogo Bold 20" color = "#5454fe" }
    + label { text = "c" font = "DroidLogo Bold 20" color = "#fefefe" }
    + label { text = ":Console       " font = "DroidLogo Bold 20" color = "#5454fe" }
    + label { text = "Échappe" font = "DroidLogo Bold 20" color = "#fefefe" }
    + label { text = ":Retour menu" font = "DroidLogo Bold 20" color = "#5454fe" }
}
